From 149db096ce627e592ba1c6da1f0df381fdd4ccb2 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 21 Oct 2015 13:10:31 -0400 Subject: [PATCH] fix copy/paste error in doc --- src/doc/crates-io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/crates-io.md b/src/doc/crates-io.md index 570b4456c..6ed695722 100644 --- a/src/doc/crates-io.md +++ b/src/doc/crates-io.md @@ -78,7 +78,7 @@ patch versions are desugared to `0` but allow flexibility for that value. **Inequality requirements** allow manually specifying a version range or an exact version to depend on. -Here are some examples of wildcard requirements: +Here are some examples of inequality requirements: ```notrust >= 1.2.0 -- 2.30.2